a3aa07
@@ -388,6 +388,8 @@
public void startPartition() throws HiveException {
     }
 
     streamingState.rollingPart.append(row);
+    //Get back converted row
+    row = streamingState.rollingPart.getAt(streamingState.rollingPart.size() -1);
 
     WindowTableFunctionDef tabDef = (WindowTableFunctionDef) tableDef;
 
